type encoding/json.reflectWithString

3 uses

	encoding/json (current package)
		encode.go#L795: 		sv  = make([]reflectWithString, v.Len())
		encode.go#L805: 	slices.SortFunc(sv, func(i, j reflectWithString) int {
		encode.go#L985: type reflectWithString struct {